Initializes a new instance of the BaseCollection<(Of <(<'T>)>)> class.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public BaseCollection(
	Object owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As Object _
)

Parameters

owner
Type: System..::..Object
The owning storage.

See Also